No longer need to strip the decorations when generating gtk.def, either
authorMatthias Clasen <mclasen@redhat.com>
Fri, 8 Jul 2011 20:59:30 +0000 (16:59 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 8 Jul 2011 22:41:01 +0000 (18:41 -0400)
gtk/Makefile.am

index 992f9cb79485134b8ff19646b159899a08e4d400..058fdc38e6c94caf6da110f5c17bcd2cebd5478f 100644 (file)
@@ -99,7 +99,7 @@ endif
 # This places the generated .def file in srcdir, since it is expected to be there.
 # (The one from a tarball is)
 gtk.def: gtk.symbols
-       $(AM_V_GEN) (echo -e EXPORTS; $(CPP) -P -DG_OS_WIN32 - <$(srcdir)/gtk.symbols | $(SED) -e '/^$$/d' -e 's/^/     /' -e 's/G_GNUC_[^ ]*//g') > $(srcdir)/gtk.def
+       $(AM_V_GEN) (echo -e EXPORTS; $(CPP) -P -DG_OS_WIN32 - <$(srcdir)/gtk.symbols | $(SED) -e '/^$$/d' -e 's/^/     /') > $(srcdir)/gtk.def
 
 TESTS_ENVIRONMENT = srcdir="$(srcdir)" gtk_all_c_sources="$(gtk_all_c_sources)"
 if OS_LINUX